understanding program meaning in Chinese
理解程序
Examples
- Program performance measurement - as the first step of program performance optimization , recognizes the bottleneck of the program performance to find out the utilization ratio of software / hardware resources and the machine ' s performance by understanding program behaviors
它的第一步工作? ?程序性能测试通过理解程序行为,来识别程序性能瓶颈,以了解软/硬件资源利用情况和程序对机器性能的发挥程度。 - Program slicing is an important technique to analyze and understand programs . a program slice s is composed of a set of statements in program p which can influence the value of a variables named v at a special program point n , in which ( n , v ) is named as slicing criterion
程序分片是一种重要的程序分析理解方法,用于从源程序中抽取对程序中特定点上的特定变量有影响的语句和控制条件,组成新的程序(称作分片) ,然后通过分析分片来分析源程序的行为。 - The method ' s main designed idea is that analyzing c + + source code file , finding class relation information , saving the results to database table , finally displaying class diagram as uml criterion . software tester can quickly and clearly to understand program structure and effectively to develop testing case
此方法的主要设计思想是通过分析c + +源程序文件,得到类内及类间关系的信息,将其保存到数据库表中,最终用uml类图的规范显示出来,使测试人员能快速而准确地了解程序结构,有效地设计测试用例。